home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 125 / Computer Shopper CD-ROM Issue 125 (1998-07)(Dennis Publishing).iso / Business / Dazzler / DAZZLER.Z / CSimulatorAction.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-26  |  575 b   |  10 lines

  1. import java.io.DataInputStream;
  2.  
  3. public class CSimulatorAction extends CAction {
  4.    boolean LoadFromFile(DataInputStream var1) {
  5.       FileLoad.ReadCString(var1);
  6.       System.out.println("Warning: Simulator Action not supported in this version");
  7.       return super.LoadFromFile(var1);
  8.    }
  9. }
  10.